home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000152_karney@pppl.gov_Mon Feb 27 08:21:55 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  3KB

  1. Received: from pppl.gov by cs.umb.edu with SMTP id AA23435
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 27 Feb 1995 16:36:15 -0500
  3. Received: from draco.pppl.gov (karney@draco.pppl.gov [198.35.6.44]) by pppl.gov (8.6.10/8.6.5) with ESMTP id NAA20459; Mon, 27 Feb 1995 13:21:57 -0500
  4. From: Charles Karney <karney@pppl.gov>
  5. Received: (karney@localhost) by draco.pppl.gov (8.6.10/8.6.10) id NAA24755; Mon, 27 Feb 1995 13:21:55 -0500
  6. Date: Mon, 27 Feb 1995 13:21:55 -0500
  7. Message-Id: <199502271821.NAA24755@draco.pppl.gov>
  8. To: braams@MFDD2.CIMS.NYU.EDU (Bastiaan J. Braams)
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: braams@MFDD2.CIMS.NYU.EDU's message of 26 Feb 1995 18:04:30 -0500
  11. Subject: don't understand MakeTeXPK
  12. Reply-To: karney@princeton.edu
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=US-ASCII
  15.  
  16. > From: braams@MFDD2.CIMS.NYU.EDU (Bastiaan J. Braams)
  17. > Date: 26 Feb 1995 18:04:30 -0500
  18. > I am installing TeX/MF and don't understand the role of the program
  19. > MakeTeXPK.  Please clarify.
  20. > In the README in /usr/local/lib/texmf/fonts/public/cm/src it is said:
  21. >   If you want a Makefile to generate bitmap fonts in advance, instead of
  22. >   generating them on the fly with MakeTeXPK, take a look at Makefile.gf in
  23. >   this directory.
  24. > Well, *should* I want to generate bitmap fonts in advance?
  25.  
  26. No, generally, it's a better idea to generate the bitmap fonts on the fly
  27. and have some cron procedure to delete bitmap files after some interval
  28. with no access.
  29.  
  30. >  ...
  31. >   Transcript written on cmr10.log.
  32. >   Cannot create directory "/usr/local/lib/texmf/fonts/tmp/pk/ljfour": Permission denied
  33. >   /usr/local/bin/MakeTeXPK: Could not mkdir /usr/local/lib/texmf/fonts/tmp/pk/ljfour.
  34. >   kpathsea: Appending font creation commands to missfont.log.
  35. >   dvips: Font cmr10 not found, characters will be left blank.
  36. >      [...]
  37. > What is going on here?  Should I become super-user again and run MakeTeXPK
  38. > before giving the system over to users?  If so, with what arguments?  Or
  39. > should I change permission flags for /usr/local/lib/texmf/fonts/tmp/pk?
  40.  
  41. What we do is (as root)
  42.  
  43. mkdir /usr/local/lib/texmf/fonts/tmp/pk/{ljfour,cx,...}
  44. chmod 777 /usr/local/lib/texmf/fonts/tmp/pk/{ljfour,cx,...}
  45.  
  46. Repeat for whatever printer types you have on site.  Then MakeTeXPK should
  47. run OK.
  48.  
  49. You probably also want to edit MakeTeXPK and config.ps to set the default
  50. printer type to be something than ljfour.  In our case it's cx.
  51.  
  52. [Bas, our installation notes are available as
  53. /afs/pppl.gov/common/admin/doc/software/web2c]